img {
    cursor: pointer
}

.footer-v31__content-top {
    border-top: .1rem solid color-mix(in srgb, rgb(var(--color-foreground)) 15%, #ffffff);
    border-bottom: .1rem solid color-mix(in srgb, rgb(var(--color-foreground)) 15%, #ffffff)
}

.footer-v31__content-top .xo-field-input__placeholder {
    display: none
}

.footer-v31-block__heading {
    font-size: calc(var(--font-body-scale) * 1.6rem);
    font-weight: 500;
    line-height: calc(1 + .18 / var(--font-heading-scale));
    color: goldenrod;
    padding-bottom: 1.2rem;
    text-transform: uppercase;
    position: relative
}

.footer-v31-block__title {
    font-size: calc(var(--font-body-scale) * 1.6rem);
    font-weight: 500;
    line-height: calc(1 + .18 / var(--font-heading-scale));
    color: color-mix(in srgb, rgb(var(--color-foreground)) 100%, #ffffff);
    margin: 0 !important;
    text-transform: uppercase
}

.footer-v31-block__list {
    list-style: none;
    margin: 0;
    padding-inline-start: 0
}

.footer-v31-block__list a {
    color: rgb(var(--color-foreground), .75);
    transition: .3s
}

.footer-v31-block__list-item a {
    font-size: calc(var(--font-body-scale) * 1.5rem);
    transition: all .3s;
    font-weight: 500;
    color: rgb(var(--color-foreground), .5)
}

.footer-v31-block__list-item:hover a {
    color: rgb(var(--color-foreground));
    padding-left: 1rem
}

.footer-v31__field-input {
    display: flex;
    align-items: center;
    background-color: rgb(var(--color-foreground), .05);
    overflow: hidden;
    border-radius: var(--inputs-radius)
}

.footer-v31__field-input .xo-field-input {
    border-bottom: 0;
    margin-bottom: 0
}

.footer-v31__field-input .xo-field-input .footer-v31__field-input {
    display: flex;
    align-items: center;
    background-color: rgb(var(--color-foreground), .05)
}

.footer-v31__field-input .xo-field-input .footer-v31__field-input .xo-field-input {
    border-bottom: 0;
    margin-bottom: 0
}

.footer-v31__field-input .xo-field-input .footer-v31__field-input .xo-field-input__input {
    border: none;
    color: rgb(var(--color-foreground))
}

.footer-v31__field-input .xo-field-input__input {
    border: none
}

.footer-v31__field-button {
    padding: unset;
    line-height: calc(1 + 1.25 / var(--font-heading-scale));
    cursor: pointer;
    height: 100%;
    background-color: transparent;
    border: none
}

.footer-v31__social {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.footer-v31__content-bottom {
    padding: 1.5rem 0
}

.footer-v31__payment {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.xo-list-payment {
    display: flex;
    list-style: none
}

.xo-list-payment__item {
    padding: .5rem
}

.address ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.address ul li {
    margin-bottom: 0;
    font-size: calc(var(--font-body-scale) * 1.5rem);
    line-height: calc(1 + .6 / var(--font-heading-scale))
}

.footer-v31-block__phone-title {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: calc(1 + .12 / var(--font-heading-scale));
    font-size: calc(var(--font-heading-scale) * 1.2rem)
}

.footer-v31-block__phone-num {
    font-size: calc(var(--font-body-scale) * 3.4rem);
    color: rgb(var(--color-accent));
    line-height: calc(1 + -.3 / var(--font-heading-scale))
}

.social-footer-v31 {
    list-style: none;
    margin-bottom: unset;
    display: flex;
    gap: 1.5rem
}

[dir=ltr] .social-footer-v31,
[dir=rtl] .social-footer-v31 {
    padding-inline-start: 0
}

.social-footer-v31__link {
    display: inline-block;
    line-height: calc(1 + 2 / var(--font-heading-scale));
    position: relative;
    border: .1rem solid rgba(var(--color-foreground), .175);
    width: 3.6rem;
    height: 3.6rem;
    text-align: center;
    background-color: transparent;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-footer-v31__link:hover {
    background-color: rgba(var(--color-foreground));
    border: .1rem solid rgb(var(--color-foreground))
}

.social-footer-v31__link svg {
    width: 1.6rem;
    height: auto
}

.social-footer-v31__link svg path {
    transition: fill .1s;
    fill: rgba(var(--color-foreground))
}

.social-footer-v31__link:hover svg path {
    fill: rgba(var(--color-background))
}

.footer-v31__button-email {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 0 2rem;
    border-radius: 0;
    transition: .3s;
    width: auto;
    background-color: rgba(var(--color-foreground))
}

.footer-v31__button-email svg {
    vertical-align: middle;
    width: 2rem
}

.footer-v31__button-email svg path {
    fill: rgba(var(--color-background))
}

.footer-v31__button-email:hover {
    background-color: rgb(var(--color-foreground))
}

.footer-v31__button-email:hover svg path {
    fill: #fff
}

.footer-v31__input-box {
    line-height: calc(1 + 1.25 / var(--font-heading-scale));
    margin: 0 1.2rem
}

.footer-v31__field-input .xo-field-input {
    margin: 0 1.2rem
}

.footer-v31__field-input .xo-field-input__placeholder {
    transform-origin: 0 -50%
}

.footer-v31-block__text {
    font-size: calc(var(--font-body-scale) * 1.2rem);
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    text-align: center;
    text-transform: uppercase
}

.logo-copyright {
    display: inline-block
}

.footer-v31__copyright-payment {
    display: flex
}

@media (max-width: 991px) {
    .footer-v31__copyright-payment {
        padding-top: 1rem
    }
}

.footer-v31__copyright-payment img {
    width: revert-layer
}

.footer-v31__bottom {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center
}

@media (min-width: 768px) {
    .footer-v31__bottom {
        display: flex
    }
}

.footer-v31__copyright-logo {
    display: flex
}

.footer-v31__copyright-payment .xo-image {
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {
    .footer-v31__copyright-payment .xo-image {
        justify-content: right
    }
}

.footer-grid-v31 {
    border-right: .1rem solid rgba(var(--color-foreground), .3);
    padding-left: 3rem;
    padding-right: 3rem;
    padding: 4.5rem 3rem 4rem
}

.footer-grid-v31:nth-last-child(1) {
    border-right: unset
}

.footer-grid-v31:nth-child(1) {
    padding-left: unset
}

.footer-v31-box {
    gap: unset
}

.footer-v31__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    justify-content: space-between
}

.footer-v31__row .xo-field-input__placeholder {
    display: none
}

.footer-v31__left {
    display: flex;
    align-items: start;
    flex-direction: row;
    gap: 2rem 0;
    padding: 4.5rem 0 0
}

@media (max-width: 575px) {
    .footer-v31__left {
        flex-direction: column
    }
}

.footer-v31__left xo-animate {
    width: 50%
}

@media (min-width: 1200px) {
    .footer-v31__left {
        padding: 7rem 1.5rem 6rem;
        gap: 4.4rem;
        justify-content: center
    }
}

.footer-v31_center {
    display: flex;
    justify-content: start;
    align-items: center;
    border: none;
    padding: auto;
    padding: 4.5rem 0 0
}

@media (min-width: 1200px) {
    .footer-v31_center {
        padding: 4.5rem 0;
        justify-content: center;
        border-left: .1rem solid color-mix(in srgb, rgb(var(--color-foreground)) 15%, #ffffff);
        border-right: .1rem solid color-mix(in srgb, rgb(var(--color-foreground)) 15%, #ffffff)
    }
}

.footer-v31__right {
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 1.5rem 0 4.5rem
}

@media (min-width: 1200px) {
    .footer-v31__right {
        padding: 7rem 1.5rem 6rem;
        justify-content: center
    }
}

.footer-v31-block .footer-v31__field-input {
    max-width: 45rem;
    height: 4.6rem
}

@media (min-width: 768px) {
    .footer-v31-block .footer-v31__field-input {
        height: 5.6rem
    }
}

.footer-v31-block__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: .5rem
}

@media (min-width: 1200px) {
    .footer-v31-block__logo {
        align-items: center
    }
}

.footer-v31-block__logo-phone {
    display: flex;
    justify-content: start;
    align-items: center
}

@media (min-width: 1200px) {
    .footer-v31-block__logo-phone {
        justify-content: center
    }
}

.footer-v31-block-field {
    padding-top: 1rem
}

.footer-v31-block__subtext {
    color: rgb(var(--color-foreground), .5);
    margin-bottom: 3.2rem;
    margin-top: 2rem;
    font-size: calc(var(--font-body-scale) * 1.5rem);
    line-height: calc(1 + .71 / var(--font-heading-scale));
    font-weight: 500
}

.footer-v31__copyright {
    text-align: left;
    font-size: calc(var(--font-body-scale) * 1.4rem)
}

.footer-v31__copyright-content {
    font-size: calc(var(--font-body-scale) * 1.4rem)
}

.footer-v31__copyright-content a {
    color: rgba(var(--color-foreground), .3);
    transition: .3s;
    font-weight: 500;
    position: relative
}

.footer-v31__copyright-content a:after {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -.1rem;
    display: block;
    width: 0;
    height: .1rem;
    background-color: rgba(var(--color-foreground), .15);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.footer-v31__copyright-content a:hover {
    color: rgb(var(--color-foreground))
}

.footer-v31__copyright-content a:hover:after {
    width: 100%
}

.footer-v31__copyright-content--black a:hover {
    color: rgba(var(--color-foreground), .3)
}

.footer-v31__copyright-content .footer-v31__copyright-shopilaunch {
    color: rgba(var(--color-foreground), .6)
}

.footer-v31__theme-name,
.footer-v31__powered-shopify {
    color: rgba(var(--color-foreground), .3);
    transition: .3s;
    font-weight: 500;
    position: relative
}

.footer-v31__theme-name:after,
.footer-v31__powered-shopify:after {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -.1rem;
    display: block;
    width: 0;
    height: .1rem;
    background-color: rgba(var(--color-foreground), .15);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.footer-v31__theme-name:hover {
    color: rgb(var(--color-foreground))
}

.footer-v31__theme-name:hover:after {
    width: 100%
}

.footer-v31__powered-shopify:hover {
    color: rgba(var(--color-foreground), .3)
}

.footer-v31__powered-shopify:hover:after {
    width: 100%
}

.footer-v31__shop-name {
    color: rgba(var(--color-foreground), .6);
    transition: .3s;
    font-weight: 500;
    position: relative
}

.footer-v31__shop-name:after {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -.1rem;
    display: block;
    width: 0;
    height: .1rem;
    background-color: rgba(var(--color-foreground), .15);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.footer-v31__shop-name:hover {
    color: rgb(var(--color-foreground))
}

.footer-v31__shop-name:hover:after {
    width: 100%
}

.footer-v31__icon-before {
    transition: .3s all
}

.footer-v31__field-button:hover .footer-v31__icon-after {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%
}

.footer-v31__field-button:hover .footer-v31__icon-before {
    transform: translateY(-4rem)
}

.footer-v31__icon-after {
    transform: translate(-50%, 50%);
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 50%;
    transition: .3s
}

.newsletter-form__message {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: var(--text-boxes-radius)
}

.newsletter-form__message--success {
    background-color: #3a87351a;
    color: #3a8735
}

.newsletter-form__message--error {
    background-color: #ba04041a;
    color: #ba0404
}

/*# sourceMappingURL=/cdn/shop/t/4/assets/section-footer-v1.css.map?v=156785545042930108211739330231 */